OAuth 2.0 Implicit Flow

Follow the steps to complete the Implicit Flow and access the Resource Server directly with an access token.

Client

Authorization Server

                           

if (username == "admin" && password == "admin") { print(User validated!!) }

Resource Server